home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / b5.sel < prev    next >
Text File  |  1998-02-03  |  220b  |  9 lines

  1.    defenv variable Hello
  2.    
  3.    text "[variable]"
  4.    button "This" setenv variable "This" update
  5.    button "Is" setenv variable "Is" update
  6.    button "Selector" setenv variable "Selector" update
  7.    
  8.    unsetenv variable
  9.